Creates or updates an MVR information on lookup dataset.

Create a new MVR or modify an existing MVR for a customer.

PATH:

/v1/clients/{clientId}/lookup/customer/licence-plate

PATH PARAMETERS:

clientId
required

integer

The ID of the client.

REQUEST BODY SCHEMA:

countryCode

string

no description in swagger file

licencePlate

string

no description in swagger file

RESPONSES:

200 Success

RESPONSE SCHEMA:

customerNumber

string

The ID of the customer.

201 Created

RESPONSE SCHEMA:

customerNumber

string

The ID of the customer.

401 Unauthorized

RESPONSE SCHEMA:

type

string

The type of error that is carried within this response. The value of this type is an URI that can be dereferenced for a human-readable explanation of the error type.

title

string

A short, human-readable summary of the problem.

details

string

A human-readable explanation specific to this occurrence of the problem.

category

string

Enum: BusinessError TechnicalError

no description in swagger file

403 Forbidden

RESPONSE SCHEMA:

type

string

The type of error that is carried within this response. The value of this type is an URI that can be dereferenced for a human-readable explanation of the error type.

title

string

A short, human-readable summary of the problem.

details

string

A human-readable explanation specific to this occurrence of the problem.

category

string

Enum: BusinessError TechnicalError

no description in swagger file

Path

post

/v1/clients/{clientId}/lookup/customer/licence-plate

Request samples

  • {
    • "countryCode": "string",
    • "licencePlate": "string"
  • }

Response samples

200201401403
  • {
    • "customerNumber": "string"
    }
  • {
    • "customerNumber": "string"
    }
  • {
    • "type": "string",
    • "title": "string",
    • "details": "string",
    • "category": "string"
    }
  • {
    • "type": "string",
    • "title": "string",
    • "details": "string",
    • "category": "string"
    }